home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 4
/
MacFormat n. 4 (Spain)
/
MacFormat 4.bin
/
Demos
/
Dazzleoids
/
SHARED.DIR
/
00863.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-10-13
|
233 b
|
19 lines
on keyDown
shutUp()
if the key = RETURN then
doSomething()
end if
if the key = ENTER then
doSomething()
end if
end
on doSomething
global gOnOK
if gOnOK = 1 then
go("pick")
else
play done
end if
end